Other Enumerations
The following enumerations are available globally.
-
Different supported phone number formats. See each for an example formatting.
See moreDeclaration
Objective-C
enum VOPhoneNumberFormat {}
Swift
enum VOPhoneNumberFormat : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, VODiscoverScreenVersion) { VODiscoverScreenV1, VODiscoverScreenV2 }
Swift
enum VODiscoverScreenVersion : Int
-
Types of games supported by the client.
See moreDeclaration
Objective-C
enum VOGameType {}
Swift
enum VOGameType : Int
-
The different difficulty levels a game can be.
See moreDeclaration
Objective-C
enum VOGameDifficultyLevel {}
Swift
enum VOGameDifficultyLevel : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, VOGiftPackageState) { VOGiftPackageStateOpen, VOGiftPackageStateClosed, VOGiftPackageStateWrapped }
Swift
enum VOGiftPackageState : Int
-
Different supported payment merchant info types.
See moreDeclaration
Objective-C
enum VOPaymentMerchantInfoType {}
Swift
enum VOPaymentMerchantInfoType : Int
-
The different personalization types supported by the voucher creation view controller.
See moreDeclaration
Objective-C
enum VOPersonalizationType {}
Swift
enum VOPersonalizationType : UInt
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, VOScreenType){ VOScreenTypeEditContents, VOScreenTypePreviewContents }
Swift
enum VOScreenType : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, VOPromoStatus){ VOPromoStatusUnknown, VOPromoStatusActive, VOPromoStatusCancelled, VOPromoStatusUnstarted, VOPromoStatusExpired, VOPromoStatusExhausted, VOPromoStatusClaimed, VOPromoStatusRequired, }
Swift
enum VOPromoStatus : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, VOPromoType){ VOPromoTypeUnknown, VOPromoTypeOffers, VOPromoTypeSponsoredGift, VOPromoTypeReward }
Swift
enum VOPromoType : Int
-
The UI style to use in the VOTabStripContainerViewController
See moreDeclaration
Objective-C
enum VOTabStripContainerViewControllerStyle {}
Swift
enum VOTabStripContainerViewControllerStyle : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, VOPresetTheme) { VOSurpriiseTheme, VO4Theme //style guide v4 }
Swift
enum VOPresetTheme : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, VOUserContactInfoType) { VOUserContactInfoTypeUnknown, VOUserContactInfoTypePhoneNumber, VOUserContactInfoTypeEmail }
Swift
enum VOUserContactInfoType : Int
-
The status of the
See moreVOUserNetwork
.Declaration
Objective-C
enum VOUserNetworkStatus {}
Swift
enum VOUserNetworkStatus : Int
-
The different export preset names to be used with Apple’s AVAssetExportSession.
These export options can be used to produce movie files with video size appropriate to the device. The export will not scale the video up from a smaller size. The video will be compressed using H.264 and the audio will be compressed using AAC.
See moreDeclaration
Objective-C
enum VOVideoExportPreset {}
Swift
enum VOVideoExportPreset : Int
-
The privacy status of the
See moreVoucher
showing who has access to thisVoucher
.Declaration
Objective-C
enum VOVoucherPrivacyStatus {}
Swift
enum VOVoucherPrivacyStatus : Int
-
Used to filter
See moreVOActivityFeedVoucher
s based on specific attributes.Declaration
Objective-C
enum VOActivityFeedFilterType {}
-
See moreVOVoucherMediaType
is an enum to denote the type of theVOVoucherMedia
.Declaration
Objective-C
enum VOVoucherMediaType {}
Swift
enum VOVoucherMediaType : Int
-
See moreVOPaymentInfoErrorSource
specifies the source that caused the error.Declaration
Objective-C
enum VOPaymentInfoErrorSource {}
Swift
enum VOPaymentInfoErrorSource : UInt
-
See moreVOPaymentInfoState
specifies the state ofVOPaymentInfo
Declaration
Objective-C
enum VOPaymentInfoState {}
Swift
enum VOPaymentInfoState : UInt
-
See moreVOPaymentInfoErrorState
specifies the state of the error if there is one.Declaration
Objective-C
enum VOPaymentInfoErrorState {}
Swift
enum VOPaymentInfoErrorState : UInt
-
See moreVORevealMode
represents the different modes theVOVoucherRevealViewController
can be in.Declaration
Objective-C
enum VORevealMode {}
Swift
enum VORevealMode : Int
-
See moreVOWrappingPaperCategoryType
are the different types aVOWrappingPaperCategory
can be.Declaration
Objective-C
enum VOWrappingPaperCategoryType {}
Swift
enum VOWrappingPaperCategoryType : Int